/*@font-face {
  font-family: 'sourcehansanscn-regular';
  src: url(../fonts/sourcehansanscn-regular.ttf) format('truetype'), url(../fonts/sourcehansanscn-regular.eot) format('eot'), url(../fonts/sourcehansanscn-regular.woff) format('woff'), url(../fonts/sourcehansanscn-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-bold';
  src: url(../fonts/roboto-bold.ttf) format('truetype'), url(../fonts/roboto-bold.otf) format('opentype'), url(../fonts/roboto-bold.eot) format('eot'), url(../fonts/roboto-bold.woff) format('woff'), url(../fonts/roboto-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'oswaldbold';
  src: url(../fonts/oswaldbold.ttf) format('truetype'), url(../fonts/oswaldbold.otf) format('opentype'), url(../fonts/oswaldbold.eot) format('eot'), url(../fonts/oswaldbold.woff) format('woff'), url(../fonts/oswaldbold.woff2) format('woff2');
}
@font-face {
  font-family: 'centuryschoolbook';
  src: url(../fonts/centuryschoolbook.ttf) format('truetype'), url(../fonts/centuryschoolbook.otf) format('opentype'), url(../fonts/centuryschoolbook.eot) format('eot'), url(../fonts/centuryschoolbook.woff) format('woff'), url(../fonts/centuryschoolbook.woff2) format('woff2');
}*/
body {
  overflow-x: hidden;
  font-family: 'sourcehansanscn-regular', Arial, 'microsoft yahei', SimSun, Sans-serif !important;
}
li {
  list-style: none;
}
.linkcat{
	display:inline-block;
}
.linkcat h2{
	display:none;
}
.linkcat .blogroll{
	display:inline-block;
}
.linkcat .blogroll li{
	display:inline-block;
}
.linkcat .blogroll li a{
	    border-right: 1px dotted #222;
    padding: 0px 20px;
    color: #2185d9;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
div,
li,
dt,
dd,
a,
img,
i,
span,
blockquote,
em {
  margin: 0;
  padding: 0;
}
i,
em {
  font-style: normal;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.no-mr {
  margin-right: 0!important;
}
.no-mb {
  margin-bottom: 0!important;
}
.no-pr {
  padding-right: 0!important;
}
.no-pb {
  padding-bottom: 0!important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.indent1 {
  text-indent: 1em;
}
.indent2 {
  text-indent: 2em;
}
.indent3 {
  text-indent: 3em;
}
.indent4 {
  text-indent: 4em;
}
.indent5 {
  text-indent: 5em;
}
.center {
  text-align: center;
}
.img-box {
  overflow: hidden;
  position: relative;
}
.img-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.img-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header .h-top .h-logo {
  padding-top: 10px;
}
#header .h-top .h-leng_box{
  padding-top: 15px;
  width: 280px;
}
#header .h-top .h-logo .logo_text {
  border-left: solid 1px #dedede;
  padding: 10px;
  display: inline-block;
  margin-left: 15px;
}
#header .h-top .h-logo .logo_text p {
  font-family: 'sourcehansanscn-regular';
  font-weight: bolder;
  margin-left: 5px;
  margin-top: 10px;
}
#header .h-top .h-logo .logo_text h4{
  font-weight: bolder;
  font-size: 24px;
  color: #ed3639;
}
#header .h-top .h-leng_box .h_link_box {
  margin: 20px 0px 10px;
  text-align: right;
}
#header .h-top .h-leng_box .h_link_box .leng1 {
  display: inline-block;
}
#header .h-top .h-leng_box .h_link_box .leng1 a {
  color: #333;
}
#header .h-top .h-leng_box .h_link_box .leng2 {
  display: inline-block;
  margin-left: 40px;
}
#header .h-top .h-leng_box .h_link_box .leng2 a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 5px 4px;
  margin-right: 8px;
}
#header .h-top .h-leng_box .h_link_box .leng2 .weixin {
  background-color: #0acc09;
}
#header .h-top .h-leng_box .h_link_box .leng2 .weibo {
  background-color: #ff5b64;
}
#header .h-top .h-leng_box .h_link_box .leng2 i {
  font-size: 18px;
  color: #fff;
}
#header .h-top .h-leng_box .search_box form {
  border: solid 2px #2185d3;
  width: 265px;
  height: 37px;
  border-radius: 40px;
  padding: 0px 0px 0px 20px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
#header .h-top .h-leng_box .search_box form input {
  border: none;
  background: none;
  outline: none;
  width: 188.32px;
  margin-top: 7px;
  vertical-align: top;
}
#header .h-top .h-leng_box .search_box form button {
  border: none;
  outline: none;
  background-color: #2185d3;
  height: 37px;
  width: 50px;
  position: absolute;
  right: 0px;
}
#header .h-top .h-leng_box .search_box form button i {
  color: #fff;
  font-size: 16px;
}
#header .h-top .h-leng_box .search_box .hours {
  display: inline-block;
  margin-left: 35px;
}
#header .h-top .h-leng_box .search_box .hours img {
  display: inline-block;
  margin-right: 15px;
}
#header .h-top .h-leng_box .search_box .hours p {
  display: inline-block;
}
#header .h-top .h-leng_box .search_box .hours p span {
  font-size: 22px;
  font-weight: bolder;
}
#header .h-top1{
  background-color: #5f5f5f;
  padding: 10px 0px;
}
#header .h-top1 p{
  color: #fff;
}
#header .h-top1 a{
  color: #fff;
}
#header .nav {
  text-align: center;
  border-top: solid 1px #dedede;
  background: #5f5f5f;
}
#header .nav .item {
  padding: 0;
}
#header .nav .h-search {
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 9%;
  top: 0;
  z-index: 99;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 54px;
  height: 54px;
  position: relative;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
}
#header .nav .menu-box .menu > li > a {
  font-size: 15px;
  color: #fff;
  display: block;
  position: relative;
  font-weight: bolder;
  padding:0px 26px;
}
#header .nav .menu-box .menu > li > a:after {
	content: '';
    position: absolute;
    /* bottom: 0; */
    top: 20px;
    right: 0%;
    width: 1px;
    height: 15px;
    background: #7b7b7b;
}

#header .nav .menu-box .menu > li:hover > a,
#header .nav .menu-box .menu > li.current-post-ancestor > a,
#header .nav .menu-box .menu > li.current-menu-item > a,
#header .nav .menu-box .menu > li.current-category-ancestor > a {
   background-color: #2185d9;
}


/*#header .nav .menu-box .menu > li:hover > a:after,
#header .nav .menu-box .menu > li.current-menu-item > a:after,
#header .nav .menu-box .menu > li.current-category-ancestor > a:after,
#header .nav .menu-box .menu > li.current-post-ancestor > a:after {
  width: 80%;
  left: 10%;
}*/
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #dd2525;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav .menu-box .menu li:nth-of-type(9) {
  margin-right: 0px;
}

.ms-theme-cubic{
  padding-bottom: 0px !important;
}
#metaslider_2449{

  z-index: 1 !important;
}

.nivo-controlNav{
  position: absolute;bottom: 25px;left: 150px;
  z-index: 999 !important;
}
.nivo-controlNav a{
  z-index: 999 !important;
   background: url("../images/banner_tu.png") no-repeat !important;
   width: 40px !important;height: 30px !important;
}
.nivo-controlNav .active{
  background: url("../images/banner_tu1.png") no-repeat !important;
}

#index-body .i-hotProductCategory{
    height: 80px;
    line-height: 80px;
    background-color: #eee;

}
#index-body .i-hotProductCategory p>a{
  line-height: 80px;
  color: #000;
  margin: 0px 8px;
}

#index-body .i-product {
  padding: 70px 0px 65px;
  /*background-color: #5f5f5f;*/
}
#index-body .i-product .tit {
  margin-bottom: 40px;
  text-align: center;
}
#index-body .i-product .tit .text h3 {
  font-family: 'oswaldbold';
  font-size: 24px;
  color: #dd2525;
  text-transform: uppercase;
}
#index-body .i-product .tit .text p {
  font-family: 'microsoft yahei';
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
#index-body .i-product .tit .more_box {
  margin-top: 35px;
}
#index-body .i-product .tit .more_box .more {
  display: inline-block;
  vertical-align: top;
  width: 115px;
  height: 40px;
  background-color: #000;
  color: #fff;
  font-family: "microsoft yahei";
  font-size: 16px;
  text-align: center;
  padding-top: 8px;
}
#index-body .i-product .tit .more_box .jia {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background-color: #dd2525;
  color: #fff;
  font-size: 18px;
  padding: 10px 0px 0px 13px;
}
#index-body .i-product .products-box .pro_tit {
  margin-bottom: 20px;
}
#index-body .i-product .tit .t_left {
  margin-top: 10px;
  color: #000;
  background: url(../images/pro_x1.jpg) no-repeat bottom center;
  text-align: center;
  padding-bottom:25px;
  font-size: 18px;
}
#index-body .i-product .tit .t_left .bor {
  display: inline-block;
  width: 60px;
  border-top: 4px solid #dd2525;
  margin-bottom: 5px;
}
#index-body .i-product .products-box .pro_tit .t_right{
  text-align: center;
}
#index-body .i-product .products-box .pro_tit .t_right a {
  display: inline-block;
  line-height: 45px;
  padding: 0px 24px;
  color: #000;
  border: solid 1px #dedede;
  margin-right: 20px;
}
#index-body .i-product .products-box .pro_tit .t_right a:hover {
  background-color: #ff0000;
  color: #fff;
}

#index-body .i-product .products-box .pro_tit .t_right a.activeIndex{
/*  background-color: #ff0000;
  color: #fff;*/
}


#index-body .i-product .products-box .pro_tit .t_right a:last-child {
  margin-right: 0px;
}
#index-body .i-product .products-box .pros-box .pro-box {
  float: left;
  width: 24.6%;
  border: solid 1px #dedede;
  margin: 2px 2px;
}
#index-body .i-product .products-box .pros-box .pro-box .pro-tu {
  position: relative;
}
#index-body .i-product .products-box .pros-box .pro-box .pro-tu .tu_hover {
  padding-top: 110px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(134, 134, 134, 0.6);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index-body .i-product .products-box .pros-box .pro-box .pro-tu .tu_hover img {
  margin: 0 auto;
}
#index-body .i-product .products-box .pros-box .pro-box .pro-text {
  margin: 0px 15px;
  border-top: dashed 1px #dedede;
  padding: 10px 0px;
}
#index-body .i-product .products-box .pros-box .pro-box .pro-text h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
#index-body .i-product .products-box .pros-box .pro-box .pro-text h4 a {
  color: #828383;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;  /*要显示的行数*/
  -webkit-box-orient: vertical;
}
#index-body .i-product .products-box .pros-box .pro-box .pro-text p {
  color: #a5a6a6;
  margin-bottom: 25px;
}
#index-body .i-product .products-box .pros-box .pro-box .pro-text .more {
  display: inline-block;
  width: 100px;
  height: 35px;
  background: url("../images/more3.png") no-repeat;
  line-height: 33px;
  color: rgb(255, 255, 255);
}
#index-body .i-product .products-box .pros-box .pro-box:hover .tu_hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index-body .i-product .products-box .pros-box .pro-box:hover .more {
  background: url("../images/more3.png") no-repeat;
  color: #fff;
}
#index-body .i-about {
  /*background: url("../images/about_back_left.jpg") no-repeat left, url("../images/about_back_right.jpg") no-repeat right;*/
  background-color: #f1f1f1;
  padding: 0px 0px 40px;
/*  background-size: 960px 596px;*/
}

#index-body .i-about .tit {
  margin-bottom: 25px;
  text-align: center;
}
#index-body .i-about .tit1{
	 background-color: #5f5f5f;
	 padding: 30px 0px 20px;
}
#index-body .i-about .tit .text h3 {
  font-family: 'oswaldbold';
  font-size: 24px;
  color: #dd2525;
  text-transform: uppercase;
}
#index-body .i-about .tit .text p {
  font-family: 'microsoft yahei';
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
#index-body .i-about .tit .t_left {
  margin-top: 10px;
}
#index-body .i-about .tit .t_left .bor {
  display: inline-block;
  width: 60px;
  border-top: 4px solid #fbf7f7;
  margin-bottom: 5px;
}
#index-body .i-about .about_text {
  padding-top: 35px;
    border: 2px solid #2185d9;
    top: 0px;
    right: 0;
    background: #fff;
    padding: 70px 30px 20px 30px;
    text-align: center;
    margin-top: 20px
}
#index-body .i-about .about_text .tit {
  margin-bottom: 20px;
  text-align: center;
}
#index-body .i-about .about_text .tit h3 {
  font-family: 'microsoft yahei';
  font-size: 26px;
  font-weight: bold;
}
#index-body .i-about .about_text .text p {
  margin-bottom: 30px;
  font-family: "microsoft yahei";
  line-height: 24px;
}
#index-body .i-about .about_text .text .more {
  display: inline-block;
  width: 130px;
  background-color: #2185d9;
  color: #fff;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -65px;
}
}
#index-body .i-about .about_text .text .more:hover {
  background-color: #dd2525;
  color: #fff;
}
#index-body .i-about .about_tu img {
  margin: 0 auto;
}
#index-body .i-about .about-fac h4{
  background-color: #2185d9;
  color: #fff;
  line-height: 45px;
  text-align: center;
}
#index-body .i-num {
  padding: 70px 0px 80px;
}
#index-body .i-num .abouts_box .about_box {
  width: 220px;
  display: inline-block;
  margin-right: 90px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
#index-body .i-num .abouts_box .about_box .tu {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-num .abouts_box .about_box .text {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
#index-body .i-num .abouts_box .about_box .text h4 {
  font-family: 'roboto-bold';
  font-size: 36px;
  color: #2185d9;
}
#index-body .i-num .abouts_box .about_box:hover {
  transform: translate(0, -15px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
#index-body .i-num .abouts_box .about_box:nth-of-type(4) {
  margin-right: 0px;
}
#index-body .i-xijie .tit {
  text-align: center;
  background-color: #111;
  padding: 30px 0px;
}
#index-body .i-xijie .tit h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}
#index-body .i-xijie .tit p {
  font-family: 'microsoft yahei';
  font-size: 16px;
  color: #989898;
  margin: 10px 0px;
}
#index-body .i-xijie .tit .bor {
  display: inline-block;
  width: 60px;
  border-top: 4px solid #fbf7f7;
  margin-bottom: 5px;
}
#index-body .i-xijie .xijie-boxs{
    background: url(../images/td_dbg22.jpg) no-repeat bottom center #f1f1f1;
    height: 600px;
    overflow: hidden;
}

#index-body .i-xijie .xj_left{width:236px;float: left;margin:90px 0 0 30px;}
#index-body .i-xijie .xj_left li{width:236px;height: 90px;border-bottom: 2px solid #d6d6d6;margin-bottom: 20px;text-align: center;}
#index-body .i-xijie .xj_left li p{font-size: 14px;text-transform: uppercase;color: #939393;margin-top: 10px;}
#index-body .i-xijie .xj_left li h4{font-size: 24px;color: #313131;}
#index-body .i-xijie .xj_left li.tag_td{color:#2185d9;border-bottom: 2px solid #2185d9;}
#index-body .i-xijie .xj_left li.tag_td h4{color:#2185d9;}
#index-body .i-xijie .xj_center .td_zi {font-size: 18px;color: #FFF;height: 63px;line-height: 63px;padding-left: 20px;}
#index-body .i-xijie .xj_center .td_n{display: none;}
#index-body .i-xijie .xj_center{width:712px;float: left;margin:38px 0 0 17px;}
#index-body .i-xijie .xj_center img{width:712px;height: 456px;}
#index-body .i-xijie .xj_right{width: 200px;text-align: center;top: 160px;right: 0px;color: #FFF;position: absolute;}
#index-body .i-xijie .xj_right span{display: block;font-size: 26px;margin-top: 10px;}
#index-body .i-tel{background: url(../images/gg2.jpg) no-repeat top center #2155d9;height: 190px;}
#index-body .i-tel .tel-left{    margin: 75px 0 0 230px;}
#index-body .i-tel .tel-left h4{    font-size: 36px;color: #FFF;font-weight: bold;}
#index-body .i-tel .tel-right{margin: 40px 21px 0 0px;}
#index-body .i-tel .tel-right p{padding-left: 60px;font-size: 14px;color: #FFF;}
#index-body .i-tel .tel-right p span{    font-size: 30px;display: block;margin-top: 5px;font-family: arial;}
#index-body .i-tel .tel-right a{    width: 155px;height: 40px;display: block;line-height: 40px;text-align: center;background: #da0001;font-size: 20px;color: #FFF;margin: 10px 0 0 0px;}
#index-body .i-hotProducts{padding: 50px 0px;}
#index-body .i-hotProducts .tit {
  margin-bottom: 30px;
  text-align: center;
}
#index-body .i-hotProducts .tit h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
#index-body .i-hotProducts .tit p {
  font-family: 'microsoft yahei';
  font-size: 16px;
}
#index-body .i-hotProducts .text h4{
  background-color: #333;
  line-height: 45px;
  color: #fff;
  text-align: center;
  color: #fff;
}
.case_n{margin-top: 20px;}
.case_n ul{width:1300px;}
.case_n p{height: 40px;line-height: 40px;overflow: hidden;position: absolute;display: none;background: #333333;bottom: 0px;left:0px;width:100%;}
.case_n li:hover p{display: block;}
.case_n p a{color:#FFF;}
.case_n li{width:276px;float: left;height:216px;display: inline;text-align: center;position: relative;margin: 25px 25px 0 0;}
.case_n li a.pros_img{width:276px;height:216px;overflow:hidden;display:block;margin:0 auto;}
.case_n li img{width:276px;height:216px;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;-ms-transition:all .2s;transition:all .2s;overflow:hidden;}
.case_n li.case1{width:577px;float: left;height:458px;}
.case_n li.case1 a.pros_img{width:577px;height:458px;overflow:hidden;display:block;margin:0 auto;}
.case_n li.case1 img{width:577px;height:458px;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;-ms-transition:all .2s;transition:all .2s;overflow:hidden;}
.case_n li:hover img{transform: scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);/* IE 9*/-moz-transform:scale(1.2, 1.2);/* Firefox*/-webkit-transform:scale(1.2, 1.2);/* Safari Ã¥â€™Å' Chrome*/-o-transform:scale(1.2, 1.2);}
.case_n li a:hover{color:#F00;}
.in-soso-boxs{    position: absolute;top: 6px;right: 0px;z-index: 2;}
.in-soso-boxs .search-t{float: left;width: 180px;height: 35px;line-height: 35px;color: #666;padding: 0 10px;margin-bottom: 4px;outline: 0;font-size: 12px;background: #fff;border: 1px solid #e5e5e5;}
.in-soso-boxs .search-s{float: left;
    width: 70px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    background: #333;
    border: 1px solid #333;
    margin-left: -1px;}

.i-fangan{
	background-color: #eaeaea;
	padding: 40px 0px 40px;
}
.i-fangan .tit h3{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
.i-fangan .tit{
  margin-bottom: 30px;
  text-align: center;
}
.i-fangan .fangan-boxs{
	width: 67%;
}
.i-fangan .honour-boxs{
	width: 30%;
}
.i-fangan .fangan-boxs ul{}
.i-fangan .fangan-boxs li{width:100%;height: 216px;margin-bottom: 20px;display: block;background: #FFF;position: relative;}
.i-fangan .fangan-boxs li .pic{width:40%;float: left;}
.i-fangan .fangan-boxs li .pic img{width:100%;height: 200px;}
.i-fangan .fangan-boxs li .info{width:60%;float: left;border: 1px solid #d5d5d5;padding:20px 30px;}
.i-fangan .fangan-boxs li .info a.t{height: 40px;line-height: 40px;display: block;overflow: hidden;font-size: 18px;border-bottom: 1px solid #ddd;color:#2185d9;}
.i-fangan .fangan-boxs li .info div{line-height: 26px;display: block;overflow: hidden;margin:16px 0px 10px;height: 52px;color: #2185d9;}
.i-fangan .fangan-boxs li .info span{display: block;}
.i-fangan .fangan-boxs li .info span a{background: url(../images/kehu1_mhover.jpg) no-repeat;width:77px;height: 24px;display: block;margin-top: 15px;color:#FFF;font-size: 12px;line-height: 24px;padding-left: 15px;}
.i-fangan .fangan-boxs li:hover .info span a{background: url(../images/kehu1_mhover.jpg) no-repeat;width:77px;height: 24px;display: block;margin-top: 15px;color:#FFF;font-size: 12px;line-height: 24px;padding-left: 15px;}
.i-fangan .fangan-boxs li:hover{cursor: pointer;}
.i-fangan .honour-boxs .honour_swiper a{display: inline-block;padding: 20px 40px;background: #f5f5f5;}
.i-fangan .honour-boxs .honour_swiper a .text h4{font-size: 14px;color: #595959;line-height: 40px;text-align: center;overflow: hidden;background: #fff;display: block;}

.mainall{background-color: #f1f1f1;}
.news_left{width:545px;margin-top: 40px;}
.news_nav h3{display: inline-block;font-size: 20px;margin:0px 16px 20px 0;font-weight: bold;}
.news_nav h3 a{color: #000;}
.news_nav h3.tag_news a{color:#da0001;}
.news_nav h3.tag_news{border-bottom: 2px solid #2185d9;}
.news_nav{height: 60px;line-height: 40px;display: none;overflow: hidden;display: block;}
.news_nav span{float: left;padding-right: 20px;}
.news_n{position: relative;height: 363px;overflow: hidden;display: none;}
.news_n.block{display: block;}
.news_n .more{position: absolute;top:-50px;right:0px;text-transform: uppercase;font-size: 13px;color: #767676;}
.news_n .pic{width:545px;height: 138px;float: left;}
.news_n .news_pic a.t{color: #333;line-height: 40px;display: block; border-bottom: solid 1px #dedede;}
.cjwq_nav{height: 40px;line-height: 40px;}
.cjwq_nav h3{border-bottom: 2px solid #2185d9;float: left;}
.cjwq_nav a.more{float: right;text-transform: uppercase;font-size: 13px;color: #767676;}
.cjwq_nav h3 a{font-size: 18px;color: #da0001;font-weight: bold;}
.cjwq{width:542px;margin-top: 40px;}
.cjwq_n{margin-top: 20px;height: 370px;overflow: hidden;}
.cjwq_n dt{width:160px;float: left;}
.cjwq_n dt img{width:150px;height: 150px;}
.cjwq_n li{width:540px;height: 105px;}
.cjwq_n li dd{width:350px;float: right;}
.cjwq_n li dd a.news_a{height: 40px;line-height: 40px;display: block;color:#2185d9;overflow: hidden;font-size: 16px;}
.cjwq_n li dd p{font-size: 13px;color: #717171;height: 48px;line-height: 24px;display: block;overflow: hidden;}



#index-body .i-service {
  background-color: #5f5f5f;
  padding: 60px 0px;
}
#index-body .i-service .tit {
  margin-bottom: 60px;
  text-align: center;
}
#index-body .i-service .tit h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}
#index-body .i-service .tit p {
  font-family: 'microsoft yahei';
  font-size: 16px;
  color: #fff;
  background: url(../images/pro_x.jpg) no-repeat bottom center;
  text-align: center;
  padding-bottom: 25px;
}
#index-body .i-service .ser-box h3{
  background-color: #333;
  color: #fff;
  padding: 15px 10px;
  height: 75px;
}
#index-body .i-service .ser-box .text a:hover h3{
  background-color: #fff;
  color: #d5281a;
}
#index-body .i-service .ser-box .tu img{
    width: 100%;
    height: 320px;
}
#index-body .i-link{
  padding: 15px 0px;
}
#index-body .i-link h4{
    font-size: 14px;
    display: inline-block;
    margin: 10px 0 0;
    font-weight: normal;
    line-height: 20px;
    vertical-align: middle;
}
#index-body .i-link h4 span{
  font-size: 26px;
  font-family: times new roman;
  display: block;
  margin-top: 4px;
}
#index-body .i-link .links_n{
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-link .links_n a {
    border-right: 1px dotted #222;
    padding: 0px 20px;
    color: #000;
}
#index-body .i-why {
  background-color: #f9f9f9;
  padding: 45px 0px;
  position: relative;
}
#index-body .i-why .tit {
  margin-bottom: 60px;
}
#index-body .i-why .tit h3 {
  font-family: 'oswaldbold';
  font-size: 30px;
  color: #dd2525;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#index-body .i-why .tit p {
  margin: 0 50px;
  font-family: 'microsoft yahei';
  font-size: 36px;
  font-weight: bold;
  background: url("../images/tit_left2.png") no-repeat left, url("../images/tit_right2.png") no-repeat right;
}
#index-body .i-why .why_swiper {
  margin: 0px 50px;
}
#index-body .i-why .why_box .why_left_box {
  display: inline-block;
  width: 47%;
  height: 448px;
  float: left;
  background-color: #dadada;
  padding: 0px 27px;
  box-sizing: border-box;
}
#index-body .i-why .why_box .why_left_box .why_tit {
  padding: 45px 0px 25px;
  border-bottom: dashed 2px #9c9c9c;
}
#index-body .i-why .why_box .why_left_box .why_tit .tit_num {
  font-family: 'oswaldbold';
  font-size: 72px;
  color: #dd2525;
  display: inline-block;
  margin-right: 20px;
}
#index-body .i-why .why_box .why_left_box .why_tit .tit_text {
  display: inline-block;
}
#index-body .i-why .why_box .why_left_box .why_tit .tit_text h4 {
  font-family: "microsoft yahei";
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 3px;
}
#index-body .i-why .why_box .why_left_box .why_tit .tit_text h5 {
  font-size: 30px;
  font-family: 'centuryschoolbook';
  text-transform: uppercase;
}
#index-body .i-why .why_box .why_left_box .p_text {
  padding-top: 30px;
  font-family: "microsoft yahei";
  font-size: 16px;
  line-height: 32px;
}
#index-body .i-why .why_box .why_right_box {
  display: inline-block;
  width: 52%;
  float: left;
  position: relative;
}
#index-body .i-why .why_box .why_right_box .tu_bott_left {
  position: absolute;
  bottom: 20px;
  left: 30px;
  cursor: pointer;
  z-index: 99;
}
#index-body .i-why .why_box .why_right_box .tu_bott_right {
  position: absolute;
  bottom: 20px;
  left: 90px;
  cursor: pointer;
  z-index: 99;
}
#index-body .i-why .why_bott {
  width: 37px;
  height: 73px;
  background-color: #848484;
  position: absolute;
  top: 360px;
  text-align: center;
  padding-top: 25px;
  cursor: pointer;
}
#index-body .i-why .why_bott i {
  color: #fff;
  font-size: 16px;
}
#index-body .i-why .button-prev {
  left: 0px;
}
#index-body .i-why .button-next {
  right: 0px;
}
#index-body .i-news {
  padding: 60px 0px 70px;
}
#index-body .i-news .tit {
  margin-bottom: 30px;
}
#index-body .i-news .tit .text h3 {
  font-family: 'oswaldbold';
  font-size: 24px;
  color: #dd2525;
  text-transform: uppercase;
}
#index-body .i-news .tit .text p {
  font-family: 'microsoft yahei';
  font-size: 36px;
  font-weight: bold;
}
#index-body .i-news .tit .more_box {
  margin-top: 35px;
}
#index-body .i-news .tit .more_box .more {
  display: inline-block;
  vertical-align: top;
  width: 115px;
  height: 40px;
  background-color: #000;
  color: #fff;
  font-family: "microsoft yahei";
  font-size: 16px;
  text-align: center;
  padding-top: 8px;
}
#index-body .i-news .tit .more_box .jia {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background-color: #dd2525;
  color: #fff;
  font-size: 18px;
  padding: 10px 0px 0px 13px;
}
#index-body .i-news .news-box .news_tu {
  width: 41%;
  float: left;
}
#index-body .i-news .news-box .news_tu img{
  height: 153px;
  width: 234px;
}
#index-body .i-news .news-box .news_text {
  width: 59%;
  float: left;
  background-color: #f8f8f8;
  padding: 20px;
}
#index-body .i-news .news-box .news_text h3 {
  font-size: 16px;
  font-family: "microsoft yahei";
  font-weight: bold;
  margin-bottom: 15px;
}
#index-body .i-news .news-box .news_text h3 a {
  color: #000;
}
#index-body .i-news .news-box .news_text h3 a:hover {
  color: #dd2525;
}
#index-body .i-news .news-box .news_text p {
  color: #707070;
  line-height: 22px;
  margin-bottom: 12px;
}
#index-body .i-news .news-box .news_text .more {
  color: #dd2525;
  font-family: "microsoft yahei";
}
#index-body .i-partner {
  /*background-color: #fbfbfb;*/
  padding: 50px;
  background: url(../images/ys4_dbg.jpg) no-repeat center;
}
#index-body .i-partner .tit {
  margin-bottom: 36px;
}
#index-body .i-partner .tit h3 {
  font-family: 'oswaldbold';
  font-size: 30px;
  color: #dd2525;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#index-body .i-partner .tit p {
  margin: 0 115px;
  font-family: 'microsoft yahei';
  font-size: 36px;
  font-weight: bold;
  background: url("../images/tit_left2.png") no-repeat left, url("../images/tit_right2.png") no-repeat right;
  color: #fff;
}
#index-body .i-partner .partner_swiper .tu{
  border: solid 1px #dedede;
}
#index-body .i-partner .partner_swiper .tu img{
  height: 180px;
  width: 275px;
}
#index-body .i-partner .partner_swiper .text{
	color: #fff;
}
#index-body .i-partner .partner_swiper .text h4{
  font-size: 16px;
  font-weight: bolder;
  padding: 10px 0px;
  background-color: #da0001;
  color: #fff;
  margin: 0px;
  text-align: center;
}
#index-body .i-partner .partner_swiper .text p{
  background-color: #fff;
  color: #333;
  padding: 15px;
  height: 145px;
}

.wpulike{
  display: none;
}
.inner-video-new-boxs{background-color: #eee;}
.inner-video-new-boxs .wjdh-h3{text-align: center; margin-bottom: 30px;}
.inner-video-new-boxs .wjdh-h3 h3 a{display: block; color: #000; font-size: 26px; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;margin-bottom: 10px;}
.inner-video-new-boxs .wjdh-h3:hover h3 a{transform: translateY(20px); -webkit-transform: translateY(20px);}
.inner-video-new-boxs .wjdh-h3 span{*display: inline; _display: inline; display: inline-block; zoom: 1; font-size: 20px; color: #cdcdcd; position: relative; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; text-transform: uppercase;}
.inner-video-new-boxs .wjdh-h3:hover span{transform: translateY(-35px); -webkit-transform: translateY(-35px);}
.inner-video-new-boxs .wjdh-h3 span i,
.inner-video-new-boxs .wjdh-h3 span em{position: absolute; top: 10px; float: left; width: 30px; height: 1px; margin: 0 auto; background-color: #bdbdbd;}
.inner-video-new-boxs .wjdh-h3 span i{left: -40px;}
.inner-video-new-boxs .wjdh-h3 span em{right: -40px;}
.inner-video-new-boxs .image-list .inner-video_swiper a{color: #333;}
.inner-video-new-boxs .image-list .inner-video_swiper .tu img{width: 100%;height: 250px;}
.inner-video-new-boxs .image-list .inner-video_swiper{padding-bottom: 40px;}
.inner-video-new-boxs .image-list .inner-video_swiper h3{margin: 15px 0px;}

.inner-video-new-boxs .text-list{margin-bottom: 40px;padding-top: 50px;}
.inner-video-new-boxs .text-list ul li{float: left; width: 50%; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; position: relative; margin-bottom: -1px; z-index: 9}
.inner-video-new-boxs .text-list ul li:hover{z-index: 999;}
.inner-video-new-boxs .text-list ul li .border-top,
.inner-video-new-boxs .text-list ul li .border-bottom{display: block; width: 0; height: 1px; position: absolute; background-color: #333; -webkit-transition: all .8s ease-out; transition: all .8s ease-out;}
.inner-video-new-boxs .text-list ul li .border-top{left: 0; top: -1px;}
.inner-video-new-boxs .text-list ul li:hover .border-top{width: 100%;}
.inner-video-new-boxs .text-list ul li .border-bottom{left: 0; bottom: -1px;}
.inner-video-new-boxs .text-list ul li:hover .border-bottom{width: 100%;}
.inner-video-new-boxs .text-list dl dt{float: left; width: 170px; height: 130px; background-color: #f8f8f8; border-right: 1px solid #e4e4e4; color: #999; position: relative;}
.inner-video-new-boxs .text-list dl dt i{display: block; width: 100%; height: 0; background-color: #333; position: absolute; left: 0; bottom: 0; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.inner-video-new-boxs .text-list ul li:hover dl dt i{height: 100%;}
.inner-video-new-boxs .text-list dl dt .date{position: absolute; z-index: 99; left: 50px; top: 30px;}
.inner-video-new-boxs .text-list ul li:hover .date{color: #fff;}
.inner-video-new-boxs .text-list dl dt .date span{font-size: 32px; display: block;margin-bottom: 10px;}
.inner-video-new-boxs .text-list dl dt .date em{font-size: 16px;}
.inner-video-new-boxs .text-list dl dd{float: left; width: 335px; padding: 30px 0 0 40px;}
.inner-video-new-boxs .text-list dl dd a{display: block; font-size: 16px; margin-bottom: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: #333;}
.inner-video-new-boxs .text-list ul li:hover dd a{color: #333;}
.inner-video-new-boxs .text-list dl dd p{color: #999; line-height: 18px; height: 36px; overflow: hidden;}

.express-lane{border-bottom: 1px solid #e4e4e4;}
.express-lane h3{padding-left:20px; background-image: url(../images/ico4.png); background-repeat: no-repeat; background-position: left ; border-bottom: 1px solid #e4e4e4; line-height: 30px; font-size: 20px; color: #747474; text-transform: uppercase;}
.express-lane .content{padding: 10px 0;}
.express-lane dl dt,
.express-lane dl dd{display: inline-block;padding: 5px 0px;}
.express-lane dl dt{font-size: 17px; color: #747474;}
.express-lane dl dd a{color: #999; font-size: 15px; *display: inline; _display: inline; display: inline-block; zoom: 1; margin-right: 20px;}
.express-lane dl dd a:hover{color: #333;}
.bottom-contact{text-align: center;}
.bottom-contact .tel,.bottom-contact .qq{ display: inline-block; padding-left: 50px; text-align: left; color: #747474; height: 90px; overflow: hidden; margin: 0 20px; padding: 20px 0 20px 50px; cursor: pointer; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.bottom-contact .tel{background-image: url(../images/phone2.png); background-repeat: no-repeat; background-position: 10px center; font-size: 16px;}
.bottom-contact .tel p{font-size: 24px; font-weight: bold; position: relative;}
.bottom-contact .tel p span{display: block; width: 0; position: absolute; left: 0; top: 0; font-size: 24px; color: #333; white-space: nowrap; overflow: hidden; -webkit-transition: all .8s ease-out; transition: all .8s ease-out;}
.bottom-contact .tel:hover p span{width: 100%;}
.bottom-contact .qq{background-image: url(../images/qq.png); background-repeat: no-repeat;padding-top: 30px; background-position: left center; line-height: 25px;}
.bottom-contact .tel:hover{background-position: 10px 15px;}
.bottom-contact .qq:hover{background-position: left 15px;}
.side-contact1 .side-contact-phone{background-color: #353537; font-size: 16px; color: #fff; background-image: url(../images/phone.png); background-position: 20px center; background-repeat: no-repeat; padding: 10px 10px 10px 55px; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.side-contact1 .side-contact-phone:hover{background-position: 20px 5px;}
.side-contact1 .side-contact-phone p{font-size: 23px; font-weight: bold; line-height: 22px;}
.side-contact1 .side-contact-adress{padding: 10px 20px; background-color: #353537; background-image: url(../images/adress.png); background-position: 20px 10px; background-repeat: no-repeat; text-indent: 25px; color: #cecece; line-height: 22px;}

#footer .foo_top {
  background-color: #252525;
  padding: 55px 0px 55px;
  color: #fff;
}
#footer .foo_top .foo-nav a{
  color: rgba(0,0,0,.95);
  padding: 0px 20px;
  border-right: solid 1px rgba(0,0,0,.95);
  font-size: 16px;
}
#footer .foo_top .foo-nav a.first_a{
  padding-left: 0px;
}
#footer .foo_top .foo-nav{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px rgba(0,0,0,.95);
}
#footer .foo_top .col_con {
  padding-right: 0px;
}
#footer .foo_top .contact_box h4 {
  font-size: 20px;
  font-family: 'sourcehansanscn-regular';
  font-weight: bold;
  margin-bottom: 30px;
}
#footer .foo_top .contact_box a {
  display: block;
  color: #9b9b9b;
  padding-bottom: 20px;
}
#footer .foo_top .contact_box a i {
  margin-right: 5px;
}
#footer .foo_top .lin_box {
  text-align: left;
}
#footer .foo_top .lin_box h4 {
  font-size: 20px;
  font-family: 'sourcehansanscn-regular';
  font-weight: bold;
  margin-bottom: 30px;
}
#footer .foo_top .lin_box a {
  display: block;
  color: #9b9b9b;
  padding: 10px 0px;
}
#footer .foo_top .ewm {
  text-align: right;
  margin-top: 70px;
  width: 140px;
}
#footer .foo_top .ewm img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#footer .foo_top .ewm p {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}
#footer .foo_top .ewm p span{
  font-size: 14px;
}
#footer .foo_top .ewm .link-news {
  text-align: right;
  color: #9b9b9b;
  margin-top: 40px;
}
#footer .foo_top .ewm .link-news a {
  color: #9b9b9b;
}
#footer .foo_top .ewm .link-news a:hover {
  color: #fff;
}
#footer .foo_top .ewm .hover_top {
  position: absolute;
  bottom: 80px;
  right: -100px;
  cursor: pointer;
}
#footer .foo_top .col {
  padding-right: 50px;
}
#footer .foo_top .col a {
  border-bottom: solid 1px #383838;
}
#footer .foo_top a:hover {
  color: #fff;
}
#footer .foo_bottom {
  background-color: #151616;
}
#footer .foo_bottom .fl a {
  line-height: 55px;
  color: #9b9b9b;
  display: inline-block;
  margin-right: 8px;
}
#footer .foo_bottom .fl a:hover {
  color: #fff;
}
#footer .foo_bottom .fr a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 5px 4px;
  margin-top: 12px;
  margin-right: 8px;
  background-color: #666666;
  color: #000;
  font-size: 18px;
}



.inner-banner {
  position: relative;
  width: 100%;
  height: 600px;
  background: url(../images/inner36-banner.jpg) no-repeat center;
  background-size: cover;
}
.inner-page {
  background: #eee;
  padding-bottom: 90px;
  border-top:2px solid #ccc;
}
.inner-page .bread-crumbs {
  padding: 15px 0 15px 30px;
  position: relative;
  z-index: 2;
  background: url('../images/home.png') no-repeat left;
}
.inner-page .bread-crumbs a,
.inner-page .bread-crumbs span {
  font-size: 14px;
  color: #444;
}
.inner-page .bread-crumbs a:hover {
  color: #dd2525;
}
.inner-page .sidebar {
  width: 22.5%;
  background: #f4f4f4;
  border: 1px solid #fff;
  margin-top: 30px;
}
.inner-page .sidebar .side-top .side-tit {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 19px;
  font-weight: 500;
  display: block;
  color: #FFFFFF;
  padding: 35px 0 15px 20px;
  background: #333;
}
.inner-page .sidebar .side-top .side-menu {
  padding: 8px 0;
}
.side-contact{
  margin-top: 30px;

}
.side-contact h3{
  font-size: 18px;
  font-weight: bold;
  display: block;
  color: #FFFFFF;
  padding: 12px 0 12px 20px;
  background: #333;
  margin-bottom: 30px;
}
.side-contact li{
  margin-bottom: 15px;
  color: #333;
  padding: 0 5px 0 10px;
}
.side-contact li a{
  color: #333;
}
.inner-page{
	position: relative;
}
.inner-page:after{
	content: '';
	width: 100%;
	height: 50px;
	background-color: #f4f4f4;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.inner-page .sidebar .side-top .side-menu li a {
  font-size: 14px;
  font-weight: 500;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  overflow: hidden;
  position: relative;
  display: block;
  height: 38px;
  line-height: 38px;
  text-indent: 34px;
  color: #555;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-color: #f4f4f4;
  background-image: url(../images/side-arr-h.png);
}
.inner-page .sidebar .side-top .side-menu li .children{
  padding-left: 20px;
}
.inner-page .sidebar .side-top .side-menu li a:hover,
.inner-page .sidebar .side-top .side-menu li a.active {
  background-color: #dd2525;
  background-image: url(../images/side-arr.png);
  color: #fff;
  text-indent: 45px;
  background-position: 20px center;
}
.inner-page .sidebar .side-top .side-menu li a:hover:after,
.inner-page .sidebar .side-top .side-menu li a.active:after {
  left: 0;
}
.inner-page .page-right-bar {
  width: 75%;
  padding: 20px;
  background: #fff;
  margin-top: 30px;
  border: 18px solid #f4f4f4;
}
.inner-page .piclist li {
  float: left;
}
.inner-page .piclist li .litit {
  font-size: 14px;
  font-weight: 600;
  color: #33333378;
  text-align: center;
  margin-top: 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
}
.inner-page .piclist li .liintro {
  font-size: 14px;
  color: #33333378;
  margin-top: 6px;
}
.inner-page .piclist li:hover .litit {
  color: #dd2525;
}
.about-page .about-artical img {
  width: auto;
  max-width: 100%;
}
.about-page .about-artical p {
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 15px;
}
.product-page .piclist li {
  margin-right: 3%;
  margin-bottom: 30px;
  width: 31.32%;
}
.product-page .piclist li h3{
  color: #000;
}
.product-page .piclist li .layer-box{
  display: none!important;
}
.i-pro-load-img{
  position: absolute;
  top: 100px;
  left: 50%;
  width: auto;
  height: auto;
  margin: 0 0 0 -15px;
  width: 30px;
}
.product-page .piclist li h3{
  display: block;
  text-align: left;
  padding-top:15px;
  border-top:1px solid #000;
  font-size: 15px;
  margin-top: 16px;
  height: 73.5px;
  overflow: hidden;
}
.product-page .piclist li h3 a{
  color: #333;
}
.prodet-page .product-details .prodet-top-l {
  width: 55%;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery {
  margin-top: 20px;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery li {
  float: left;
  width: 15%;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 0;
}
.prodet-page .product-details .prodet-top-r {
  position: relative;
  width: 43%;
  border: solid 1px #dedede;
}
.prodet-page .product-details .prodet-top-r h1.protit {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 15px;
  border-bottom: solid 1px #dedede;

}
.prodet-page .product-details .prodet-top-r .prodetail {
  font-size: 14px;
  padding: 15px;
  border-bottom: solid 1px #dedede;
}
.prodet-page .product-details .prodet-top-r .prodeCategory{
  padding: 15px;
  border-bottom: solid 1px #dedede;
}
.prodet-page .product-details .prodet-top-r .prodeCategory>p{
	margin: 3px 0px;
}
.prodet-page .product-details .prodet-top-r .prodeCategory a{
	color: #333;
}
.prodet-page .product-details .prodet-top-r .prodetail p {
  line-height: 2em;
}
.prodet-page .product-details .prodet-top-r a.pro-mes {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  color: #fff;
  width: 195px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #dd2525;
}
.prodet-page .product-details .prodet-top-r a.pro-mes:hover {
  background: #000;
}
.prodet-page .pro-title {
  width: 150px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #dd2525;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
}
.prodet-page .prodet-details {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2em;
}
.prodet-page .prodet-details p {
  line-height: 2em;
  font-size: 16px;
}
.news-page .newslist li {
  padding: 0 10px 8px 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
.news-page .newslist li .new-l {
  width: 25%;
}
.news-page .newslist li .new-r {
  width: 100%;
}
.news-page .newslist li .hangye-r{
  width: 73%;
}
.news-page .newslist li .new-r h3 {
  font-size: 16px;
  font-weight: 600;
  color: #555;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.news-page .newslist li .new-r i.new-update,
.news-page .newslist li .new-r p.new-abst {
  color: #777;
  font-size: 13px;
}
.news-page .newslist li .new-r i.new-update {
  display: block;
  margin: 10px 0;
}
.news-page .newslist li .new-r p.new-abst {
  line-height: 1.8em;
  font-size: 14px;
}
.news-page .newslist li .new-r:hover h3 {
  color: #dd2525;
}
.news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.news .news_date {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 14px;
}
.news .news_abst p {
  display: inline-block;
}
.news .news_contents {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.news .news_contents a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.news .news_contents p,
.news .news_contents div,
.news .news_contents span,
.news .news_contents table {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  margin-left: 5px;
}
.news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000000;
}
.news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding-top: 0;
}
.contact-page img {
  width: auto;
}
.contact-page .cn-form {
  width: 67%;
  float: left;
  padding: 25px 35px 15px;
}
.contact-page .contact-details {
  background: #fff;
  width: 30%;
  padding: 30px;
  border: 6px solid #f2f2f2;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.contact-page .contact-details h3.contact-title {
  font-family: 'Euphemia';
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
  color: #444;
  padding-bottom: 15px;
}
.contact-page .contact-details .contact-list h5 {
  margin-bottom: 10px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
}
.contact-page .contact-details .contact-list p {
  font-size: 14px;
  line-height: 2em;
}
.contact-page .contact-details .contact-list a {
  color: #333;
}
.contact-page .contact-details .contact-list a:hover {
  color: #0250a9;
}
.lg-page .piclist li {
  cursor: pointer;
  margin-right: 3%;
  margin-bottom: 30px;
  width: 31.32%;
}
.lg-page .piclist li h3{
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
.case-page .case-list li {
  margin-bottom: 18px;
  padding: 10px;
  background: #F5F5F5;
}
.case-page .case-list li img {
  float: left;
  width: 30%;
}
.case-page .case-list li .fr {
  width: 65%;
}
.case-page .case-list li .fr h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #dd2525;
  text-transform: uppercase;
  margin: 15px 0 30px;
}
.case-page .case-list li .fr p {
  font-size: 13px;
  color: #222;
  line-height: 1.8em;
}
.cn-form {
  width: 100%;
  height: auto;
  padding: 35px 45px 25px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 600;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.cn-form .btnTjly {
  font-size: 15px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  width: 100%;
  height: 38px;
  background: #dd2525;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 315px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
  display: inline-block;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.recommend-product .pro-title{
    width: 150px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #dd2525;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
}
.recommend-product {
  margin: 50px 0;
}
.recommend-product ul li {
  float: left;
  width: 23%;
  margin-left: 2.6%;
}
.recommend-product ul li p {
  color: #222;
  margin-top: 8px;
  text-align: center;
}
.recommend-product ul li:first-child {
  margin-left: 0;
}
.zoom-box {
  position: relative;
}
.zoom-box .pic-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
  opacity: 1;
  filter: alpha(opacity=1);
}
.zoom-pic {
  overflow: hidden;
}
.zoom-pic img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.zoom-pic img:hover {
  transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
  position: relative;
}
.white-zoom:after {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  content: '';
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .around-line > li {
    float: left;
    position: relative;
    cursor: pointer;
  }
  .around-line > li > a {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .around-line > li:before,
  .around-line > li:after {
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    position: absolute;
  }
  .around-line > li:before {
    top: 0;
    left: 0;
    right: 100%;
    bottom: 100%;
    border-top: 1px solid rgba(0, 148, 217, 0.8);
    border-left: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:after {
    right: 0;
    bottom: 0;
    top: 100%;
    left: 100%;
    border-bottom: 1px solid rgba(0, 148, 217, 0.8);
    border-right: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:hover:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li:hover:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.m-page {
  font-family: 'arial';
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
  margin-bottom: 20px;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px;
  margin-left: -1px;
  border: 1px solid #ddd;
  font-size: 14px;
  letter-spacing: normal;
  text-shadow: 0 1px #fff;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.m-page a:last-child {
  margin-right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.m-page a:hover {
  color: #fff;
  background: #dd2525;
}
.m-page a:active {
  background: #dd2525;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #dd2525;
}
#pic-zoom,
.zoom-pic{
  border:1px solid #ddd;
}
#index-body .i-application .load-box .i-pro-load-img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  margin: -15px 0 0 -15px;
  width: 30px;
}
.faq-page .faq-list dt {

  font-size: 16px;

  color: #dd2525;

  margin-bottom: 10px;

}

.faq-page .faq-list dd {

  font-size: 14px;

  margin-bottom: 20px;

  padding-bottom: 10px;

  border-bottom: 1px dashed #ddd;

}
div.wpcf7 img.ajax-loader{
  width: auto;
  display: block;
  margin:5px auto 0;
}
.faq-page .faq-list dt {

  font-size: 16px;

  color: #dd2525;

  margin-bottom: 10px;

}

.faq-page .faq-list dd {

  font-size: 14px;

  margin-bottom: 20px;

  padding-bottom: 10px;

  border-bottom: 1px dashed #ddd;

}
.i-pro-load-img {
  position: absolute;
  top: 180px;
  left: 50%;
  width: auto;
  height: auto;
  margin: 0 0 0 -15px;
  width: 30px;
}

@media screen and (max-width: 1238px){

}
@media screen and (max-width: 970px) {

}
@media screen and (min-width: 768px) {
  .mb-sb {
    display: none;
  }
  .container-fluid{
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .pcsb {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .nav .navbar-collapse{
    padding: 0;
  }
  .nav .navbar-default{
    border: none;
    min-height: auto;
    margin-bottom: 0;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #header .h-top .container, #header .nav .container{
    width: auto;
  }
  #header .nav > .container {
    padding: 0;
    border: none;
  }

  #header .container-fluid {
    padding: 0;
  }

  #header .navbar {
    border: none;
    background: none;
  }

  #header .container-fluid > .navbar-collapse {
    padding: 0;
    margin: 0;
    border: none;
  }

  #header .navbar-default .navbar-toggle {
    border: none;
    margin-right: 15px;
    padding-right: 0;
    margin-top: 10px;
  }
  #header .nav .menu-box .menu > li:hover > a, #header .nav .menu-box .menu > li.current-menu-item > a, #header .nav .menu-box .menu > li.current-category-ancestor > a, #header .nav .menu-box .menu > li.current-post-ancestor > a{
    color: #fff;
  }
  #header .navbar-toggle .icon-bar {
    height: 2px;
    background: #000;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background: none;
  }
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
    margin: 0;
  }
  .navbar {
    min-height: none;
    margin-bottom: 0;
  }
  #header {
    position: relative;
    top: 0;
  }
  #header .box{
    height: auto;
    line-height: normal;
    padding-left: 0;
  }
  #header .h-top{
    display: none;
  }
  #header .nav {
    height: 50px;
    line-height: 50px;
    padding: 0;
  }

  #header .nav .logo {
    width: 160px;
    position: absolute;
    left: 15px;
    top: 16px;
    line-height: normal;
  }

  #header .nav .menu-box {
    float: none;
    margin-top: 0;
    height: auto;
    line-height: normal;
  }

  #header .nav .menu-box .menu > li {
    float: none;
  }

  #header .nav .menu-box .menu {
    background: #323232;
    width: 100%;
  }

  #header .nav .menu-box .menu ul {
    float: none;
  }

  #header .nav .menu-box .menu > li {
    margin-left: 0 !important;
    float: none;
    line-height: normal;
    text-align: center;
    border-bottom: 1px solid #666666;
    margin: 0;
    padding: 5px 0;
    display: block;
  }
  .inner-page{
    padding-bottom: 50px;
  }
  #header .nav .menu-box .menu > li > a {
    transition: 0s ease-in;
    -webkit-transition: 0s ease-in;
    -moz-transition: 0s ease-in;
    -ms-transition: 0s ease-in;
    -o-transition: 0s ease-in;
    font-weight: 500;
    background: none;
    line-height: 35px;
    padding: 0;
    display: block;
    font-size: 14px;
    height: 35px;
    color: #fff;
    width: auto;
    text-transform: uppercase;
  }

  #header .nav .menu-box .menu > li > a:hover {
    color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }

  #header .nav .menu-box .menu > li .sub-menu {
    display: none !important;
  }

  #header .nav .menu-box .menu > li > a {
    border: none;
  }

  #header .nav .h-search,
  #header .nav .h-lan {
    display: none;
  }


  #footer {
    padding: 0;
    background: none;
    min-height: auto;
  }
  .f-top,
  .f-bot,
  .side-contact{
    display: none;
  }
  .product-page .piclist li{
    width: 50%;
    padding: 0 5%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .prodet-page .product-details .prodet-top-l,
  .prodet-page .product-details .prodet-top-r {
    width: 100%;
  }
  .prodet-page .product-details .prodet-top-r {
    margin-top: 20px;
  }
  .inner-page .piclist li {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .cn-form{
    padding: 35px 25px 25px!important;
    width: 100%;
  }
  .cn-form .m-form-l,
  .cn-form .m-form-r{
    width: 100%;
  }
  .pcsb{
    display: none;
  }
  .cn-form .m-form-r textarea{
    height: 215px;
    resize:none;
  }
  .news-page .newslist li{
    padding-left: 0;
  }
  #contact-map{
    display: none;
  }
  .inner-banner{
    height: 150px;
    background-size: cover;
  }
  .contact-page .contact-details{
    margin-bottom: 30px;
  }
  .contact-page .cn-form,
  .contact-page .contact-details{
    width: 100%;
  }
  .inner-page .sidebar,
  .inner-page .page-right-bar{
    width: 100%;
  }
  .inner-page .page-right-bar{
    margin-top: 35px;
  }
  .search-box form {
    left: 10%;
    width: 80%;
    margin-left: 0;
  }
  .search-box form input[type="text"]{
    font-size: 16px;
  }
  .search-box form input[type="submit"]{
    top: 10px;
  }
}





#footer .mb-footer {
  background: #333;
  padding: 30px 0 60px;
}
#footer .mb-footer .mb-f-social {
  width: 228px;
  margin: 0 auto;
}
#footer .mb-footer .mb-f-social a {
  text-align: center;
  color: #38393a;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  line-height: 36px;
  font-size: 20px;
  margin-left: 12px;
  float: left;
  background: #fff;
}
#footer .mb-footer .mb-f-social a:first-child {
  margin-left: 0;
}
#footer .mb-footer .mb-f-logo {
  text-align: center;
  margin: 20px 0;
}
#footer .mb-footer .mb-f-logo img {
  width: 170px;
}
#footer .mb-footer .mb-f-copyright {
  text-align: center;
}
#footer .mb-footer .mb-f-copyright a {
  color: #fff;
  font-size: 13px;
  margin: 0 10px;
  font-weight: 500;
}
#footer #footerToolBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 48px;
  background: #dd2525;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 999;
}
#footer #footerToolBar li {
  width: 20%;
  height: 45px;
  float: left;
  text-align: center;
  border-color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  margin-top: 2px;
}
#footer #footerToolBar li:first-child {
  border-left: 0px none;
}
#footer #footerToolBar li.footerBarPro a:before {
  background-position: -120px 0px;
}
#footer #footerToolBar li.footerBarTel a:before {
  background-position: -90px 0px;
}
#footer #footerToolBar li.footerBarEmail a:before {
  background-position: 0 0px;
}
#footer #footerToolBar li.footerBarMessage a:before {
  background-position: -30px 0px;
}
#footer #footerToolBar li.footerBarShare a:before {
  background-position: -60px 0px;
}
#footer #footerToolBar li a {
  display: block;
  height: 45px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-transform: capitalize;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding-top: 1px;
}
#footer #footerToolBar li a:before {
  content: '';
  width: 30px;
  height: 20px;
  margin: 4px auto;
  display: block;
  background: url(../images/footer-tool.png) no-repeat;
  background-size: 149px;
}
#footer .mb-share {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9997;
  background: rgba(0, 0, 0, 0.6);
}
#footer .mb-share .sharebox {
  position: absolute;
  padding: 15px;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  width: 90%;
  left: 5%;
  top: 40px;
}
#footer .mb-share .sharebox .shareComp {
  text-align: center;
  padding: 20px 0;
  background: #eee;
}
#footer .mb-share .sharebox .shareComp img {
  width: auto;
}
#footer .mb-share .sharebox p {
  text-align: center;
  color: #fff;
  background: #dfdfdf;
  font-size: 20px;
  font-weight: bold;
  line-height: 100px;
  height: 100px;
  border: 1px solid #EEEEEE;
}
#footer .mb-share .sharebox .shareButtonList li {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  float: left;
  width: 50%;
  border: none;
  border-left: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
#footer .mb-share .sharebox .shareButtonList li a {
  display: block;
  text-align: center;
  height: 120px;
}
#footer .mb-share .sharebox .shareButtonList li a img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: 44px;
}
#footer .mb-share .sharebox .shareButtonList li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#footer .mb-share .sharebox .shareButtonList li.fb {
  background: #305891;
}
#footer .mb-share .sharebox .shareButtonList li.gl {
  background: #ce4d39;
}
#footer .mb-share .sharebox .shareButtonList li.in {
  background: #4498c8;
}
#footer .mb-share .sharebox .shareButtonList li.tw {
  background: #2ca8d2;
}
#footer .mb-share .sharebox .shareButtonList li.pin {
  background: #c82828;
}
#footer .mb-share .sharebox .shareButtonList li.mail {
  background: #738a8d;
}
#footer .mb-product {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9998;
  margin: 0;
}
#footer .mb-product .mb-pro-tit {
  display: block;
  position: relative;
  text-transform: uppercase;
  color: #333;
  line-height: 45px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  background: #fcfcfc;
}
#footer .mb-product .mb-pro-tit em {
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  background: url(../images/side-pro-close.png) no-repeat center;
}
#footer .mb-product h4 {
  text-transform: uppercase;
  font-size: 15px;
  padding: 15px 10px;
  color: #333;
  font-weight: bold;
  background: #e4e4e4;
}
#footer .mb-product li {
  padding: 12px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}
#footer .mb-product li a {
  color: #333;
  padding-left: 20px;
}
#footer .mb-feedback {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9997;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
#footer .mb-feedback .f-fb-layer {
  position: absolute;
  width: 90%;
  left: 5%;
  background: #fff;
  top: 100px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 20px 15px 40px;
}
#footer .mb-feedback .f-fb-layer h4 {
  text-align: center;
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
}
#footer .mb-feedback .f-fb-layer p {
  color: #333;
  margin: 16px 0;
  font-size: 12px;
}
#footer .mb-feedback .f-fb-layer form {
  position: relative;
}
#footer .mb-feedback .f-fb-layer input,
#footer .mb-feedback .f-fb-layer textarea {
  outline: none;
  display: block;
  width: 100%;
  border: none;
  background: rgba(110, 110, 111, 0.4);
  font-size: 12px;
  color: #fff;
}
#footer .mb-feedback .f-fb-layer input {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  margin-bottom: 15px;
}
#footer .mb-feedback .f-fb-layer input[type="submit"] {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  margin-bottom: 0;
  width: 80px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#footer .mb-feedback .f-fb-layer input[type="submit"]:hover {
  background: #ff661a;
}
#footer .mb-feedback .f-fb-layer textarea {
  height: 85px;
  resize: none;
  padding: 6px 12px;
}
#footer .mb-feedback .f-fb-layer ::-webkit-input-placeholder {
  color: #fff;
}
#footer .mb-feedback .f-fb-layer :-moz-placeholder {
  color: #fff;
}
#footer .mb-feedback .f-fb-layer ::-moz-placeholder {
  color: #fff;
}
#footer .mb-feedback .f-fb-layer :-ms-input-placeholder {
  color: #fff;
}
#footer .fancy-close {
  cursor: pointer;
  position: absolute;
  width: 36px;
  height: 36px;
  right: -18px;
  top: -18px;
  background: url(../images/fancybox_sprite.png);
}
.i-pro-load-img {
  position: absolute;
  top: 180px;
  left: 50%;
  width: auto;
  height: auto;
  margin: 0 0 0 -15px;
  width: 30px;
}
#pic-zoom img{
  width: 100%;
}
.side-hot-pro h3{
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 19px;
  font-weight: 500;
  display: block;
  color: #FFFFFF;
  padding: 35px 0 15px 20px;
  background: #333;
}
.side-hot-pro .pro-tuijian li{
  margin: 20px 30px;
  position: relative;
}
.side-hot-pro .pro-tuijian li a{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
}
.side-hot-pro .pro-tuijian li:hover a{
  opacity: 1;
  filter: alpha(opacity=100);
}
.prodet-con-boxs{
  text-align: center;
}
.prodet-con-boxs .pro-tel{
  font-size: 20px;
  font-weight: bold;
  color: #313131;
  line-height: 36px;
  border-bottom: solid 1px #dedede;
}
.prodet-fenxiang{
	vertical-align: middle;
	padding-bottom: 20px;
}
.wjdh-title{border-bottom: solid 1px #dedede;margin-bottom: 20px;}
.wjdh-title>.title-box{display: inline-block;}
.wjdh-title>.title-box h3{font-size: 20px;text-transform: uppercase;}
.wjdh-title>.title-box h3 small{font-size: 16px;color: #bcbcbc;}
.wjdh-title>.scan{display: inline-block; position: relative;width: 130px;}
#qrcode{display: none;    position: absolute;right: 0;top: 30px;padding: 10px;background-color: #fff;border-radius: 5px;border: 1px solid #ececec;z-index: 9;}
.wjdh-title>.scan:hover #qrcode{
	display: inline-block;
}
.wjdh-title>.scan span{    display: block;
    background-image: url(../images/ewm.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;}
.bdsharebuttonbox{
	vertical-align: middle;
}
.prodet-page .product-details .prodet-top-r .prodet-con-boxs  .online{
	padding: 20px 0px;
}
.prodet-page .product-details .prodet-top-r .prodet-con-boxs  .online a{
    display: inline-block;
    width: 130px;
    height: 35px;
    line-height: 35px;
    background-color: #313131;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0 10px;
}
.prodet-page .product-details .prodet-top-r .prodet-con-boxs  .online a:hover{
    background-color: #dd2525;
}

#map img,
#map label{
  width: auto;
  max-width: none;
}
/*äººæ‰æ‹›è˜*/
.widget-job-2 ._jt { background-color: #ededed; height: 34px; line-height: 34px; margin-top: 10px; overflow: hidden; *zoom: 1;
cursor: pointer; padding:0 25px 0 30px;  }
.widget-job-2 ._jt strong { float: left; width: 30%; text-align: left; color: #505050;font-size: 14px; font-weight: normal; }
.widget-job-2 ._jt strong._t3{ width: 10%;}
.widget-job-2 ._jt strong._t2{ width: 44%;}
.widget-job-2 ._jt strong._t1{ width: 40%;}
.widget-job-2 ._jt span { float: right; }
.widget-job-2 ._jt .ion { font-size: 16px; color: #999999; }
.widget-job-2 ._jt .minus{ display: none;}
.widget-job-2 ._jc { display: none; }
.widget-job-2 ._jcon { padding: 10px; }
.widget-job-2 ._jcon .submit{ font-size: 14px; background: #f7f7f7; display: inline-block; width: 138px; height: 36px; line-height: 36px; color: #000;text-align: center; margin-top: 15px;}
.widget-job-2 ._jcon .submit:hover{ background: #dd2525; color: #fff;}
.widget-job-2 ._jcon .submit i{ vertical-align: 2px; background:url(../images/arrow1.png) no-repeat 0 0; display: inline-block; width: 25px; height: 7px; margin-left: 14px;}
.widget-job-2 ._jcon .submit:hover i{ background-position: 0 -7px;}
.widget-job-2 ._jt_act{ background-color: #dd2525; }
.widget-job-2 ._jt_act strong{ color: #fff;}
.widget-job-2 ._jt_act .ion {color: #fff;}
.widget-job-2 ._jt_act .minus{ display: block;}
.widget-job-2 ._jt_act .plus{ display: none;}
._cont{ padding-bottom: 50px;}
.widget-job-2 .plus{
  color: #c2c0c0;
}
.widget-job-2 .minus{
  color: #fff;
}
#wxnr{
  display: none;
}
#weixin{
  display: none;
}
#toolbar{
  display: none;
}



/*手机站*/
/******响应式手机版头部通用*******/
@media screen and (min-width: 1100px) {
    .header-box {
        display: none;
    }
}
@media screen and (max-width: 1100px) {
    #banner,
    .inner-banner{
        margin-top: 50px;
    }
    .header-box {
        display: block;
    }
    #header {
        display: none;
    }
    .header-box {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 99;
        transition: 0.5s;
        background: #fff;
        box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    }
    .header-box.scoll, .header-box.hnner, .header-box:hover {
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
    .header-box.scoll .nav li a, .header-box.hnner .nav li a, .header-box:hover .nav li a {
        color: #666666;
        opacity: 1;
        filter:alpha(opacity=100);
    }
    .header-box.scoll .nav li a:before, .header-box.hnner .nav li a:before, .header-box:hover .nav li a:before {
        background: #0078d7;
    }
    .header-box.scoll .nav li:hover a, .header-box.scoll .nav li.current a, .header-box.hnner .nav li:hover a, .header-box.hnner .nav li.current a, .header-box:hover .nav li:hover a {
        color: #0078d7;
    }
    .header {
        padding: 0 15px;
        position:relative;
        z-index:111;
        height: 50px;
        background: #2185d9;
    }
    .logo {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 56;
        display: flex;
        justify-content:center;
        align-items:center;
    }
    .logo img{
        height: 20px;
    }
    .header-right {
        float: right;
        margin-top: 24px;
    }
    .nav {
        float: left;
    }
    .nav li {
        float: left;
        padding-right: 115px;
        line-height: 1;
    }
    .nav li:last-child {
        padding-right: 0;
    }
    .nav li a {
        display: block;
        line-height: 1;
        font-size: 16px;
        opacity: 0.6;
        filter:alpha(opacity=60);
        color: #ffffff;
        padding-bottom: 35px;
        position: relative;
    }
    .nav li a:before {
        content:"";
        width: 100%;
        height: 4px;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: -1px;
        transform-origin:100%;
        -webkit-transform-origin:100%;
        -webkit-transition:-webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
        transition:-webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
        transition:transform .4s cubic-bezier(.4, 0, .2, 1);
        transition:transform .4s cubic-bezier(.4, 0, .2, 1), -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
        transform:scaleX(0);
        -webkit-transform:scaleX(0);
        visibility:hidden\9;
    }
    .nav li:hover a, .nav li.current a {
        opacity: 1;
        filter:alpha(opacity=100);
    }
    .nav li:hover a:before, .nav li.current a:before {
        transform:scaleX(1);
        -webkit-transform:scaleX(1);
        -moz-transform:scaleX(1);
        transform-origin:0;
        -webkit-transform-origin:0;
        visibility:visible\9;
    }
    .menubox {
        width: 100%;
        position: absolute;
        left: 0;
        top: 91px;
        background: #0078d7;
        filter:alpha(opacity=80);
        background: rgba(0, 120, 215, 0.8);
    }
    .menuwr h2 {
        float: left;
        color: #ffffff;
        font-size: 50px;
        font-weight: normal;
        text-transform: uppercase;
        margin-right: 54px;
        line-height: 1;
        margin-top: 12px;
    }
    .menulist {
        float: left;
        padding-left: 45px;
        border-left: 1px solid #fff;
        border-left:1px solid rgba(255, 255, 255, 0.3);
        min-height: 110px;
        margin-top: 12px;
    }
    .meun-down {
        display: none;
    }
    .menuwr {
        padding: 28px 0 32px;
    }
    .menulist li {
        margin-bottom: 16px;
    }
    .menulist li a {
        display: block;
        line-height: 1;
        color: #ffffff;
        font-size: 14px;
    }
    .menulist li a:hover, .menulist li a.active {
        color: #ff9e00;
    }
    .menuimg {
        float: right;
        width: 250px;
        line-height: 1;
        overflow: hidden;
    }
    .menuimg img {
        display: block;
        width: 100%;
        height: auto;
        line-height: 1;
    }
    .sideLayer{
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 110;
        background: rgba(0,0,0,.3);
        display: none;
    }
    .menubtn {
        width:25px;
        position:absolute;
        left:15px;
        top:0;
        height: 100%;
        z-index: 80;
        display: flex;
        justify-content:center;
        align-items:center;
    }
    .menubtn span {
        display:block;
        width:18px;
        height:3px;
        background:#fff;
        position:relative;
        vertical-align: middle;
        -webkit-transition-duration: .3s, .3s;
        -moz-transition-duration: .3s, .3s;
        -ms-transition-duration: .3s, .3s;
        -o-transition-duration: .3s, .3s;
        transition-duration: .3s, .3s;
        -webkit-transition-delay: .3s, 0s;
        -moz-transition-delay: .3s, 0s;
        -ms-transition-delay: .3s, 0s;
        -o-transition-delay: .3s, 0s;
        transition-delay: .3s, 0s;
    }
    .menubtn span:after, .menubtn span:before {
        content:"";
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 3px;
        left: 0;
        background-color: #fff;
        -webkit-transition-duration: .3s, .3s;
        -moz-transition-duration: .3s, .3s;
        -ms-transition-duration: .3s, .3s;
        -o-transition-duration: .3s, .3s;
        transition-duration: .3s, .3s;
        -webkit-transition-delay: .3s, 0s;
        -moz-transition-delay: .3s, 0s;
        -ms-transition-delay: .3s, 0s;
        -o-transition-delay: .3s, 0s;
        transition-delay: .3s, 0s
    }
    .menubtn span:before {
        top: -7px;
        -webkit-transition-property: top, transform;
        -moz-transition-property: top, transform;
        -ms-transition-property: top, transform;
        -o-transition-property: top, transform;
        transition-property: top, transform;
        width: 120%;
    }
    .menubtn span:after {
        bottom: -7px;
        -webkit-transition-property: bottom, transform;
        -moz-transition-property: bottom, transform;
        -ms-transition-property: bottom, transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
        width: 80%;
    }
    .navigate {
        position:fixed;
        width:80%;
        height:100%;
        background:#fff;
        box-sizing:border-box;
        left:-100%;
        top:50px;
        overflow-y:auto;
        z-index: 120;
        padding:0 2%;
    }
    .navigateli {
        width:100%;
    }
    .navigateli >li {
        border-bottom:1px solid #dfdfdf;
        position: relative;
    }
    .navigateli >li i.fa{
        position: absolute;
        top:15px;
        right: 0;
        display: none;
    }
    .navigateli >li.on >a {
        background:#0078d7;
        color:#fff;
    }
    .navigateli >li >a {
        display:block;
        text-align:left;
        padding-left: 15px;
        color:#222;
        font-size:16px;
        height:50px;
        line-height:50px;
    }
    .menudowns {
        padding:10px 0 14px;
        border-top:1px solid #dfdfdf;
        display:none;
    }
    .menudowns li {
        margin-bottom:10px;
        text-align:left;
        padding-left: 15px;
    }
    .menudowns li:last-child {
        margin-bottom:0;
    }
    .menudowns li a {
        display:inline-block;
        color:#999999;
        font-size:16px;
        padding-left: 15px;
    }
    .mb-lan{
        position: absolute;
        cursor: pointer;
        right: 15px;
        z-index: 60;
        top: 0;
        height: 100%;
        width: 24px;
        /*background: url("../images/mb-globe.png") no-repeat center;*/
    }
    .mb-lanList{
        position: fixed;
        z-index: 99;
        width: 30%;
        right: 0;
        top: 50px;
        background: #fff;
        padding: 10px 15px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        display: none;
    }
    .mb-lanList li{
        margin-bottom: 10px;
    }
    .mb-lanList li:last-child{
        margin-bottom: 0;
    }
    .mb-lanList li a{
        color: #000;
    }
    .newsear {
        width:100%;
        margin-top: 30px;
    }
    .newsear form {
        border: 1px solid #eee;
        overflow: hidden;
    }
    .newsear .sub {
        width:40px;
        height:40px;
        background:url(../images/q-11.png) no-repeat center;
        border:0px none;
        float:left;
        background-size:20px;
    }
    .newsear .pt {
        float:left;
        height:40px;
        width:70%;
        border:0px none;
        padding-left:5%;
        font-size:16px;
        border-left: 1px solid #eee;
        outline: none;
    }
    .mb-side-social{
        position: absolute;
        left: 0;
        bottom: 80px;
        width: 100%;
        text-align: center;
    }
    .mb-side-social a{
        width: 25%;
        float: left;
        text-align: center;
    }
    .mb-side-social a .icon{
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #ECECEC;
        line-height: 34px;
        color: #888;
    }
}


@media screen and (max-width: 768px) {
  .ui.container{
    width: 100%;
    padding: 0px 20px;
    margin: 0px !important;
  }
  #index-body .i-hotProductCategory{
    padding-top: 5px;
    height: 50px;
    line-height: 20px;
  }
  #index-body .i-hotProductCategory p>a{
    line-height: 20px;
    margin: 0px 3px;
  }
  #index-body .i-product{
    padding: 30px 0px 45px;
  }
  #index-body .i-product .tit .text p{
    font-size: 20px;
  }
  #index-body .i-product .products-box .pro_tit .t_right a{
    line-height: 35px;
    padding: 0px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 17px;
  }
  #index-body .i-product .products-box .pros-box .pro-box{
    width: 50%;
	margin: 2px 0px;
  }
  #index-body .i-about .tit .text p{
    font-size: 20px;
  }
  #index-body .i-about .tit .t_left{
    margin-top: 0px;
  }
  #index-body .i-about .tit .t_left .bor{
    border-top: 2px solid #dd2525;
  }
  #index-body .i-about .tit1{
    padding: 20px 0px 10px;
  }
  #index-body .i-about .two.ge-bottom>.column{
    width: 100%;
  }
  #index-body .i-about .about_text{
    padding: 20px;
  }
  #index-body .i-about .about_text .tit h3{
    font-size: 20px;
  }
  #index-body .i-about .about_text .tit{
    margin-bottom: 10px;
  }
  #index-body .i-about .about_text .text p{
    margin-bottom: 10px;
  }
  #index-body .i-about .about_text .text .more{
    margin-left: -50px;
    width: 100px;
    line-height: 37px;
  }
  #index-body .i-about .about_tu video{
    width: 320px;
    height: 200px;
  }
  #index-body .i-about .four.ge-bottom>.column{
    width: 50%;
  }
  #index-body .i-about .about-fac h4{
    font-size: 12px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
  }
  #index-body .i-num{
    display: none;
  }
  #index-body .i-xijie{
    display: none;
  }
  #index-body .i-tel .tel-left{
    margin: 0px;
  }
  #index-body .i-tel .tel-left h4{
    font-size: 20px;
  }
  #index-body .i-tel .tel-right{
    width: 100%;
    margin: 0px;
  }
  #index-body .i-tel .tel-right p{
    padding-left: 0px;
    font-size: 16px;
  }
  #index-body .i-tel .tel-right p span{
    font-size: 18px;
  }
  #index-body .i-tel .tel-right a{
    font-size: 16px;
    width: 105px;
    height: 30px;
    line-height: 30px;
  }
  #index-body .i-tel{
    background: #000;
    height: 190px;
    padding: 30px 0px;
  }
  #index-body .i-hotProducts .tit h3{
    font-size: 20px;
  }
  #index-body .i-hotProducts .tit p{
    font-size: 14px;
  }
  #index-body .i-hotProducts .tit{
    margin-bottom: 0px;
  }
  #index-body .i-hotProducts{
    padding: 20px 0px;
  }
  .case_n ul{
    width: 100%;
  }
  .case_n li.case1 img{
    width: 100%;
    height: auto;
  }
  .case_n li.case1 a.pros_img{
    width: 100%;
    height: auto;
  }
  .case_n li.case1{
    width: 100%;
    height: auto;
  }
  .case_n li img{
    width: 100%;
    height: auto;
  }
  .case_n li{
    width: 48%;
    height: auto;
    margin: 5px 5px 0 0;
  }
  #index-body .i-product .products-box .pros-box .pro-box .pro-text p{
    padding: 0px 10px;
    height: 170px;
    overflow: hidden;
  }
  .case_n li a.pros_img{
    width: 100%;
    height: auto;
  }
  #index-body .i-partner{
    background: #000;
    padding: 20px 0px;
  }
  #index-body .i-partner .tit p{
    font-size: 20px;
    background: none;
    margin: 0px;
  }
  #index-body .i-partner .tit{
    margin-bottom: 15px;
  }
  #index-body .i-partner .partner_swiper .text h4{
    font-size: 14px;
  }
  #index-body .i-partner .partner_swiper .text p{
    font-size: 12px;
  }
  #index-body .i-fangan{
    display: none;
  }
  #index-body .i-service{
    display: none;
  }
  .mainall .news_left{
    width: 100%;
    margin-top: 20px;
  }
  .cjwq_n dt{
    display: none;
  }
  .cjwq_n li dd{
    width: 100%;
  }
  .cjwq{
    width: 100%;
    margin-top: 0px;
  }
  #index-body .i-link .links_n a{
    padding: 0px 10px;
  }
  #footer{
    padding-bottom: 70px;
    position: relative;
  }
  #footer .foo_top{
    display: none;
  }
  #footer .foo_bottom dd{
    line-height: 20px !important;
  }
  #footer .foo_bottom dd a{
    line-height: 20px !important;
  }
  #footer .foo_bottom .container .ga{
    display: none;
  }

#toolbar{
    display: block;
  }
#toolbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 888;
  height: 70px;
  left: 0;
}
#toolbar .list {
  width: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  padding: 15px 0px;
  background: #3c3c3c;
  border-top: #dddddd solid 1px;
}
#toolbar .list li {
  float: left;
  width: 25%;
  text-align: center;
  height: 50px;
}
#toolbar .list li img{
    margin: 0 auto;
    width: 25px;
}
#toolbar .list a {
  display: block;
  font-size: 16px;
}
#toolbar .list a span {
  text-align: center;
  color: #c4c4c4;
  display: block;
  font-size: 16px;
}

#wxnr{
  display: none;
}
/*微信弹窗*/
#wxnr {
  width: 100%;
  height: 100%;
  max-width: 640px;
  min-width: 320px;
  position: fixed;
  top: 0;
  z-index: 1000;
  display: none;
  background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
    width: 250px;
    height: 250px;
  padding: 15px;
  padding-top: 10px;
  margin-top: 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 6px #777;
  -webkit-box-shadow: 0px 2px 6px #777;
  -moz-box-shadow: 0px 2px 6px #777;
  border-radius: 10px;
}
#wxnr img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}
#wxnr p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
#wxnr i {
      position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 0.2rem;
    line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  background: #333;
  border-radius: 1rem;
  cursor: pointer;
}
#wxnr span {
  display: inline-block;
  padding: 0.03rem 0.1rem;
  line-height: 20px;
  background-color: #147B32;
  color: #fff;
  border-radius: 0.05rem;
  cursor: pointer;
}
#wxnr span.wx {
  padding-left: 0.4rem;
  background-image: url(../images/weixi1.png);
  background-size: 0.28rem;
  background-position: 0.1rem center;
  background-repeat: no-repeat;
}
/*复制提示*/
#weixin {
  position: fixed;
  top: 50%;
  margin-top: -0.4rem;
  z-index: 9999999;
  font-size: 0.26rem;
  color: #fff;
  width: 90%;
  right: 5%;
  line-height: 0.8rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid #333;
  border-radius: 0.1rem;
  display: none;
}

  /*内页*/
  .in-soso-boxs{
    display: none;
  }
  .inner-page .sidebar{
    display: none;
  }
  .inner-page .page-right-bar{
    padding: 0px; 
    border: none;
    background: none;
    padding-top: 15px; 
  }
  .inner-video-new-boxs{
    display: none;
  }
  .inner-page .piclist li{
    width: 50%;
    padding: 0 10px;
  }
  .cn-form .m-form-r textarea{
    height: 100px;
  }
  .pcsb{
    display: block;
  }
  .inner-page .piclist li .litit{
    height: 40px;
    overflow: hidden;
  }

}
